home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_198 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-14  |  165 b   |  7 lines

  1. on(release){
  2.    _root.field_descr.text_description = "";
  3.    _root.field_select = 0;
  4.    var per = "pl";
  5.    getURL("javascript:loadMode(\'" + per + "\')","");
  6. }
  7.